From 346bd5cf8e7f06a534fe510e673b138cfffc480a Mon Sep 17 00:00:00 2001 From: "kaf24@freefall.cl.cam.ac.uk" Date: Tue, 14 Sep 2004 22:32:51 +0000 Subject: [PATCH] bitkeeper revision 1.1159.76.3 (41477193-I44UnLv_M00Uep14KEevA) Make the TLS library banner more forceful in its warning. We really do need people to move /lib/tls out of the library search path! --- linux-2.6.8.1-xen-sparse/arch/xen/kernel/fixup.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/linux-2.6.8.1-xen-sparse/arch/xen/kernel/fixup.c b/linux-2.6.8.1-xen-sparse/arch/xen/kernel/fixup.c index b437d829fe..c6a90449e3 100644 --- a/linux-2.6.8.1-xen-sparse/arch/xen/kernel/fixup.c +++ b/linux-2.6.8.1-xen-sparse/arch/xen/kernel/fixup.c @@ -50,10 +50,11 @@ asmlinkage void do_fixup_4gb_segment(struct pt_regs *regs, long error_code) DP("***************************************************************"); DP("***************************************************************"); DP("** WARNING: Currently emulating unsupported memory accesses **"); - DP("** in /lib/tls libraries. Although this emulation **"); - DP("** ensures correct execution, it is very slow! **"); - DP("** TO OBTAIN FULL PERFORMANCE, EXECUTE THE **"); - DP("** FOLLOWING AS ROOT: **"); + DP("** in /lib/tls libraries. The emulation is very **"); + DP("** slow, and may not work correctly with all **"); + DP("** programs (e.g., some may 'Segmentation fault'). **"); + DP("** TO ENSURE FULL PERFORMANCE AND CORRECT FUNCTION, **"); + DP("** YOU MUST EXECUTE THE FOLLOWING AS ROOT: **"); DP("** mv /lib/tls /lib/tls.disabled **"); DP("***************************************************************"); DP("***************************************************************"); -- 2.30.2